home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 6 / denBooks.Dsr < prev    next >
Encoding:
Visual Basic Active Designer file  |  1999-09-19  |  5.2 KB  |  164 lines

  1. VERSION 5.00
  2. Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} denBooks 
  3.    ClientHeight    =   4665
  4.    ClientLeft      =   0
  5.    ClientTop       =   0
  6.    ClientWidth     =   9390
  7.    _ExtentX        =   16563
  8.    _ExtentY        =   8229
  9.    FolderFlags     =   1
  10.    TypeLibGuid     =   "{1231B6FC-6A67-11D3-8ABA-00902781840B}"
  11.    TypeInfoGuid    =   "{1231B6FD-6A67-11D3-8ABA-00902781840B}"
  12.    TypeInfoCookie  =   0
  13.    Version         =   4
  14.    NumConnections  =   1
  15.    BeginProperty Connection1 
  16.       ConnectionName  =   "conBooks"
  17.       ConnDispId      =   1001
  18.       SourceOfData    =   3
  19.       ConnectionSource=   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Biblio.mdb"
  20.       Expanded        =   -1  'True
  21.       QuoteChar       =   96
  22.       SeparatorChar   =   46
  23.    EndProperty
  24.    NumRecordsets   =   2
  25.    BeginProperty Recordset1 
  26.       CommandName     =   "comAuthors"
  27.       CommDispId      =   1002
  28.       RsDispId        =   1006
  29.       CommandText     =   "SELECT * FROM Authors ORDER BY Author"
  30.       ActiveConnectionName=   "conBooks"
  31.       CommandType     =   1
  32.       IsRSReturning   =   -1  'True
  33.       NumFields       =   3
  34.       BeginProperty Field1 
  35.          Precision       =   10
  36.          Size            =   4
  37.          Scale           =   0
  38.          Type            =   3
  39.          Name            =   "Au_ID"
  40.          Caption         =   "Au_ID"
  41.       EndProperty
  42.       BeginProperty Field2 
  43.          Precision       =   0
  44.          Size            =   50
  45.          Scale           =   0
  46.          Type            =   200
  47.          Name            =   "Author"
  48.          Caption         =   "Author"
  49.       EndProperty
  50.       BeginProperty Field3 
  51.          Precision       =   5
  52.          Size            =   2
  53.          Scale           =   0
  54.          Type            =   2
  55.          Name            =   "Year Born"
  56.          Caption         =   "Year Born"
  57.       EndProperty
  58.       NumGroups       =   0
  59.       ParamCount      =   0
  60.       RelationCount   =   0
  61.       AggregateCount  =   0
  62.    EndProperty
  63.    BeginProperty Recordset2 
  64.       CommandName     =   "comPublishers"
  65.       CommDispId      =   1007
  66.       RsDispId        =   1012
  67.       CommandText     =   "SELECT * FROM Publishers ORDER BY Name"
  68.       ActiveConnectionName=   "conBooks"
  69.       CommandType     =   1
  70.       Locktype        =   3
  71.       IsRSReturning   =   -1  'True
  72.       NumFields       =   10
  73.       BeginProperty Field1 
  74.          Precision       =   10
  75.          Size            =   4
  76.          Scale           =   0
  77.          Type            =   3
  78.          Name            =   "PubID"
  79.          Caption         =   "PubID"
  80.       EndProperty
  81.       BeginProperty Field2 
  82.          Precision       =   0
  83.          Size            =   50
  84.          Scale           =   0
  85.          Type            =   200
  86.          Name            =   "Name"
  87.          Caption         =   "Name"
  88.       EndProperty
  89.       BeginProperty Field3 
  90.          Precision       =   0
  91.          Size            =   255
  92.          Scale           =   0
  93.          Type            =   200
  94.          Name            =   "Company Name"
  95.          Caption         =   "Company Name"
  96.       EndProperty
  97.       BeginProperty Field4 
  98.          Precision       =   0
  99.          Size            =   50
  100.          Scale           =   0
  101.          Type            =   200
  102.          Name            =   "Address"
  103.          Caption         =   "Address"
  104.       EndProperty
  105.       BeginProperty Field5 
  106.          Precision       =   0
  107.          Size            =   20
  108.          Scale           =   0
  109.          Type            =   200
  110.          Name            =   "City"
  111.          Caption         =   "City"
  112.       EndProperty
  113.       BeginProperty Field6 
  114.          Precision       =   0
  115.          Size            =   10
  116.          Scale           =   0
  117.          Type            =   200
  118.          Name            =   "State"
  119.          Caption         =   "State"
  120.       EndProperty
  121.       BeginProperty Field7 
  122.          Precision       =   0
  123.          Size            =   15
  124.          Scale           =   0
  125.          Type            =   200
  126.          Name            =   "Zip"
  127.          Caption         =   "Zip"
  128.       EndProperty
  129.       BeginProperty Field8 
  130.          Precision       =   0
  131.          Size            =   15
  132.          Scale           =   0
  133.          Type            =   200
  134.          Name            =   "Telephone"
  135.          Caption         =   "Telephone"
  136.       EndProperty
  137.       BeginProperty Field9 
  138.          Precision       =   0
  139.          Size            =   15
  140.          Scale           =   0
  141.          Type            =   200
  142.          Name            =   "Fax"
  143.          Caption         =   "Fax"
  144.       EndProperty
  145.       BeginProperty Field10 
  146.          Precision       =   0
  147.          Size            =   1073741824
  148.          Scale           =   0
  149.          Type            =   201
  150.          Name            =   "Comments"
  151.          Caption         =   "Comments"
  152.       EndProperty
  153.       NumGroups       =   0
  154.       ParamCount      =   0
  155.       RelationCount   =   0
  156.       AggregateCount  =   0
  157.    EndProperty
  158. End
  159. Attribute VB_Name = "denBooks"
  160. Attribute VB_GlobalNameSpace = False
  161. Attribute VB_Creatable = True
  162. Attribute VB_PredeclaredId = True
  163. Attribute VB_Exposed = False
  164.